4,629 research outputs found

    Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks

    Full text link
    Graph convolutional network (GCN) has been successfully applied to many graph-based applications; however, training a large-scale GCN remains challenging. Current SGD-based algorithms suffer from either a high computational cost that exponentially grows with number of GCN layers, or a large space requirement for keeping the entire graph and the embedding of each node in memory. In this paper, we propose Cluster-GCN, a novel GCN algorithm that is suitable for SGD-based training by exploiting the graph clustering structure. Cluster-GCN works as the following: at each step, it samples a block of nodes that associate with a dense subgraph identified by a graph clustering algorithm, and restricts the neighborhood search within this subgraph. This simple but effective strategy leads to significantly improved memory and computational efficiency while being able to achieve comparable test accuracy with previous algorithms. To test the scalability of our algorithm, we create a new Amazon2M data with 2 million nodes and 61 million edges which is more than 5 times larger than the previous largest publicly available dataset (Reddit). For training a 3-layer GCN on this data, Cluster-GCN is faster than the previous state-of-the-art VR-GCN (1523 seconds vs 1961 seconds) and using much less memory (2.2GB vs 11.2GB). Furthermore, for training 4 layer GCN on this data, our algorithm can finish in around 36 minutes while all the existing GCN training algorithms fail to train due to the out-of-memory issue. Furthermore, Cluster-GCN allows us to train much deeper GCN without much time and memory overhead, which leads to improved prediction accuracy---using a 5-layer Cluster-GCN, we achieve state-of-the-art test F1 score 99.36 on the PPI dataset, while the previous best result was 98.71 by [16]. Our codes are publicly available at https://github.com/google-research/google-research/tree/master/cluster_gcn.Comment: In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining (KDD'19

    Identifiability of the Simplex Volume Minimization Criterion for Blind Hyperspectral Unmixing: The No Pure-Pixel Case

    Full text link
    In blind hyperspectral unmixing (HU), the pure-pixel assumption is well-known to be powerful in enabling simple and effective blind HU solutions. However, the pure-pixel assumption is not always satisfied in an exact sense, especially for scenarios where pixels are heavily mixed. In the no pure-pixel case, a good blind HU approach to consider is the minimum volume enclosing simplex (MVES). Empirical experience has suggested that MVES algorithms can perform well without pure pixels, although it was not totally clear why this is true from a theoretical viewpoint. This paper aims to address the latter issue. We develop an analysis framework wherein the perfect endmember identifiability of MVES is studied under the noiseless case. We prove that MVES is indeed robust against lack of pure pixels, as long as the pixels do not get too heavily mixed and too asymmetrically spread. The theoretical results are verified by numerical simulations

    Two-dimensional covalent triazine framework as an ultrathin-film nanoporous membrane for desalination

    Get PDF
    We computationally demonstrate that two-dimensional covalent triazine frameworks (CTFs) provide opportunities in water desalination. By varying the chemical building blocks, the pore structure, chemistry, and membrane performance can be designed, leading to two orders of magnitude higher water permeability than polyamide membranes while maintaining excellent ability to reject salts.Netherlands Organization for Scientific ResearchUnited States. Dept. of Energy (Contract No. DE-AC02-05CH11231)Deshpande Center for Technological Innovatio

    Multilayer Nanoporous Graphene Membranes for Water Desalination

    Get PDF
    While single-layer nanoporous graphene (NPG) has shown promise as a reverse osmosis (RO) desalination membrane, multilayer graphene membranes can be synthesized more economically than the single-layer material. In this work, we build upon the knowledge gained to date toward single-layer graphene to explore how multilayer NPG might serve as a RO membrane in water desalination using classical molecular dynamic simulations. We show that, while multilayer NPG exhibits similarly promising desalination properties to single-layer membranes, their separation performance can be designed by manipulating various configurational variables in the multilayer case. This work establishes an atomic-level understanding of the effects of additional NPG layers, layer separation, and pore alignment on desalination performance, providing useful guidelines for the design of multilayer NPG membranes.National Science Foundation (U.S.) (grant number ACI-1053575)Netherlands Organization for Scientific Research (NWO

    Understanding brønsted-acid catalyzed monomolecular reactions of Alkanes in Zeolite Pores by combining insights from experiment and theory

    Get PDF
    Acidic zeolites are effective catalysts for the cracking of large hydrocarbon molecules into lower molecular weight products required for transportation fuels. However, the ways in which the zeolite structure affects the catalytic activity at BrOnsted protons are not fully understood. One way to characterize the influence of the zeolite structure on the catalysis is to study alkane cracking and dehydrogenation at very low conversion, conditions for which the kinetics are well defined. To understand the effects of zeolite structure on the measured rate coefficient (k(app)), it is necessary to identify the equilibrium constant for adsorption into the reactant state (Kads-H+) and the intrinsic rate coefficient of the reaction (k(int)) at reaction temperatures, since k(app) is proportional to the product of Kads-H+ and k(int). We show that Kads-H+ cannot be calculated from experimental adsorption data collected near ambient temperature, but can, however, be estimated accurately from configurational-bias Monte Carlo (CBMC) simulations. Using monomolecular cracking and dehydrogenation of C-3-C-6 alkanes as an example, we review recent efforts aimed at elucidating the influence of the acid site location and the zeolite framework structure on the observed values of k(app) and its components, Kads-H+ and k(int)

    User Resistance to the Implementation of Information Systems: A Psychological Contract Breach Perspective

    Get PDF
    The current study proposes an exploratory model to examine the antecedents of user resistance in information system (IS) implementations from the perspective of a psychological contract breach (PCB). The purpose of this study is to investigate PCBs between users and IS providers (ISPs), which extends IS theory in two ways: by elaborating on why some users psychologically resist the IS, and by more deeply exploring the social-psychological determinants of user resistance. Our results show that user-perceived PCBs can lead to user resistance and feelings of violation via reneging, high user vigilance, and incongruence between the users’ and the ISP’s understandings of the obligations. Our results also show that users’ interpretations—i.e., causal attribution of the breach and perceived fairness after the breach—moderate the relationship between user-perceived PCBs and feelings of violation. We discuss our findings and their academic and practical implications, and suggest directions for future research

    Cross-Dataset Person Re-Identification via Unsupervised Pose Disentanglement and Adaptation

    Full text link
    Person re-identification (re-ID) aims at recognizing the same person from images taken across different cameras. To address this challenging task, existing re-ID models typically rely on a large amount of labeled training data, which is not practical for real-world applications. To alleviate this limitation, researchers now targets at cross-dataset re-ID which focuses on generalizing the discriminative ability to the unlabeled target domain when given a labeled source domain dataset. To achieve this goal, our proposed Pose Disentanglement and Adaptation Network (PDA-Net) aims at learning deep image representation with pose and domain information properly disentangled. With the learned cross-domain pose invariant feature space, our proposed PDA-Net is able to perform pose disentanglement across domains without supervision in identities, and the resulting features can be applied to cross-dataset re-ID. Both of our qualitative and quantitative results on two benchmark datasets confirm the effectiveness of our approach and its superiority over the state-of-the-art cross-dataset Re-ID approaches.Comment: Accepted to ICCV 201
    • …
    corecore